'Declaration Public Overloads Shared Function GetThumbnail( _
ByVal imageSource image.As Vintasoft.Imaging.VintasoftImage, _
ByVal sizeSize of the thumbnail.As System.Drawing.Size, _
ByVal decodingSettingsDecoding settings used for decode the thumbnail of page.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal thumbnailLoadingProgressDelegate of the thumbnail loading progress.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal renderingSettingsRendering settings used for render the thumbnail of page. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public static Vintasoft.Imaging.VintasoftImage GetThumbnail(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Size size,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings thumbnailLoadingProgress,
System.EventHandler<ProgressEventArgs> renderingSettings
)
public: static Vintasoft.Imaging.VintasoftImage* GetThumbnail(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Size* size,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* thumbnailLoadingProgress,
System.EventHandler<ProgressEventArgs*>* renderingSettings
)
public:
static Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Size^ size,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ thumbnailLoadingProgress,
System.EventHandler<ProgressEventArgs^>^ renderingSettings
)
Parameters
- image
- Source image.
- size
- Size of the thumbnail.
- decodingSettings
- Decoding settings used for decode the thumbnail of page.
- thumbnailLoadingProgress
- Delegate of the thumbnail loading progress.
- renderingSettings
- Rendering settings used for render the thumbnail of page. Can be set to null (Nothing in Visual Basic).
Return Value
Thumbnail image.